Skip to main content

textSize

Type

property

Summary

Specifies the point size of text displayed by an object.

Syntax

set the textSize of <object> to <pointSize>
set the textSize of [<chunk> of] <field> to <pointSize>

Description

Use the textSize property to change the appearance of text.

Setting the textSize of an object to empty allows the textSize of the object's owner to show through. Use the effective keyword to find out what size is used for the object, even if its own textSize is empty.

The textSize of an object defines the height of the text and is specified in points. The engine ensures that this is equivalent to pixels, for example, if you set the textSize of a field to 8 points, then the engine outputs text that is 8 pixels high on all platforms. The height of the text is measured from the bottom of the lowest reaching character to the top of the highest reaching character.

note

The textHeight of an object is like the line spacing, it is the amout of space between the lines, not the height of the actual text.

Examples

set the textSize of card "Intro" to 24
set the textSize of word 1 of field ID 3 to 9

property: textAlign, textHeight, owner, HTMLText, fixedLineHeight, printTextSize

glossary: object, property, keyword, appearance, chunk

keyword: point, effective

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?